home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.CSS.CSS_IE80.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  63.7 KB  |  1,262 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <cssmd:cssmd xmlns:cssmd="http://schemas.microsoft.com/CSS-Intellisense" version="VS8" description="CSS supported by IE8 validation data" friendly-name="CSS IE8">
  3.     <cssmd:property-set>
  4.         <!-- http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_style.asp -->
  5.  
  6.         <!-- Font Properties -->
  7.         <cssmd:property-def _locID="color" _locAttrData="description,syntax" type="color" 
  8.             description="Color of an element's text" 
  9.             syntax="#RRGGBB | Named Color" 
  10.             enum="aliceblue antiquewhite aqua aquamarine azure 
  11.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  12.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  13.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  14.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  15.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  16.                 firebrick floralwhite forestgreen fuchsia
  17.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  18.                 honeydew hotpink
  19.                 indianred indigo ivory
  20.                 khaki
  21.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  22.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  23.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  24.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  25.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  26.                 mintcream mistyrose moccasin
  27.                 navajowhite navy
  28.                 oldlace olive olivedrab orange orangered orchid
  29.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  30.                 peru pink plum powderblue purple red rosybrown royalblue
  31.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  32.                 slateblue slategray snow springgreen steelblue 
  33.                 tan teal thistle tomato turquoise
  34.                 violet
  35.                 wheat white whitesmoke
  36.                 yellow yellowgreen
  37.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  38.             group="Font"
  39.             />
  40.  
  41.         <cssmd:property-def _locID="font" _locAttrData="description,syntax" type="composite" 
  42.             description="Font used for an element's text" 
  43.             syntax="font-style font-variant font-weight font-size/line-height font-family"
  44.             enum="caption icon menu message-box small-caption status-bar"
  45.             group="Font"
  46.             />
  47.         <cssmd:property-def _locID="font-family" _locAttrData="description,syntax" type="font" 
  48.             description="Name of the font used for an element's text" 
  49.             syntax="A font face name sequence"
  50.             group="Font"
  51.             />
  52.         <cssmd:property-def _locID="font-style" _locAttrData="description,syntax" type="enum" 
  53.             description="Style of the font used for an element's text" 
  54.             syntax="One of the font-style values" 
  55.             enum="italic normal oblique"
  56.             group="Font"
  57.             />
  58.         <cssmd:property-def _locID="font-variant" _locAttrData="description,syntax" type="enum" 
  59.             description="Variant of the font used for an element's text" 
  60.             syntax="One of the font-variant values" 
  61.             enum="normal small-caps"
  62.             group="Font"
  63.             />
  64.         <cssmd:property-def _locID="font-size" _locAttrData="description,syntax" type="enum-length" 
  65.             description="Size of the font used for an element's text" 
  66.             syntax="length | percentage | standard font size value" 
  67.             enum="xx-small x-small small medium large x-large xx-large smaller larger"
  68.             group="Font"
  69.             />
  70.         <cssmd:property-def _locID="font-weight" _locAttrData="description,syntax" type="enum" 
  71.             description="Boldness of the font used for an element's text" 
  72.             syntax="One of the font-weight values" 
  73.             enum="normal bold lighter bolder 100 200 300 400 500 600 700 800 900"
  74.             group="Font"
  75.             />
  76.         <cssmd:property-def _locID="text-decoration" _locAttrData="description,syntax" type="enum-list" 
  77.             description="Decorations applied to font used for an element's text" 
  78.             syntax="none | combination of 'underline', 'overline', 'line-through' and 'blink'"
  79.             enum="none underline overline line-through blink"
  80.             group="Font"
  81.             />
  82.         <cssmd:property-def _locID="outline" _locAttrData="description,syntax" type="composite" 
  83.             description="Dynamic outline around visual objects" 
  84.             syntax="[outline-color] [outline-style] [outline-width]"
  85.             group=""
  86.             />
  87.         <cssmd:property-def _locID="outline-width" _locAttrData="description,syntax" type="enum-length" 
  88.             description="Width of the outline" 
  89.             syntax="a unit | One of the border-width values"
  90.             enum="thin medium thick inherit"
  91.             group=""
  92.             />
  93.         <cssmd:property-def _locID="outline-style" _locAttrData="description,syntax" type="enum" 
  94.             description="Style of the outline" 
  95.             syntax="One of the border-style values except hidden" 
  96.             enum="dashed dotted double groove inset none outset ridge solid inherit"
  97.             group=""
  98.             />
  99.         <cssmd:property-def _locID="outline-color" _locAttrData="description,syntax" type="color" 
  100.             description="The color of the outline" 
  101.             syntax="#RRGGBB | Named Color | invert" 
  102.             enum="aqua black blue fuchsia gray green lime maroon navy olive orange purple red silver teal white yellow invert ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText inherit"
  103.             group=""
  104.             />
  105.  
  106.         <!-- Background Properties -->
  107.         <cssmd:property-def _locID="background" _locAttrData="description,syntax" type="composite" 
  108.             description="Background of an element" 
  109.             syntax="[background-color] [background-image] [background-repeat] [background-attachment] [background-position]"
  110.             group="Background"
  111.             />
  112.         <cssmd:property-def _locID="background-color" _locAttrData="description,syntax" type="color" 
  113.             description="Color used for an element's background" 
  114.             syntax="#RRGGBB | Transparent | Named Color" 
  115.             enum="aliceblue antiquewhite aqua aquamarine azure 
  116.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  117.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  118.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  119.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  120.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  121.                 firebrick floralwhite forestgreen fuchsia
  122.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  123.                 honeydew hotpink
  124.                 indianred indigo ivory
  125.                 khaki
  126.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  127.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  128.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  129.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  130.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  131.                 mintcream mistyrose moccasin
  132.                 navajowhite navy
  133.                 oldlace olive olivedrab orange orangered orchid
  134.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  135.                 peru pink plum powderblue purple red rosybrown royalblue
  136.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  137.                 slateblue slategray snow springgreen steelblue 
  138.                 tan teal thistle tomato turquoise
  139.                 violet
  140.                 wheat white whitesmoke
  141.                 yellow yellowgreen
  142.                 transparent
  143.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  144.             group="Background"
  145.             />
  146.  
  147.         <cssmd:property-def _locID="background-image" _locAttrData="description,syntax" type="url" 
  148.             description="Image used for an element's background" 
  149.             syntax="none | url([url to image])"
  150.             enum="none"
  151.             group="Background"
  152.             />
  153.         <cssmd:property-def _locID="background-attachment" _locAttrData="description,syntax" type="enum" 
  154.             description="How the background image is attached to an element within the document" 
  155.             syntax="One of the background-attachment values" 
  156.             enum="fixed scroll "
  157.             group="Background"
  158.             />
  159.         <cssmd:property-def _locID="background-repeat" _locAttrData="description,syntax" type="enum" 
  160.             description="How the background image is tiled within an element" 
  161.             syntax="One of the background-repeat values" 
  162.             enum="no-repeat repeat repeat-x repeat-y"
  163.             group="Background"
  164.             />
  165.         <cssmd:property-def _locID="background-position" _locAttrData="description,syntax" type="composite" 
  166.             description="How the background is positioned within an element" 
  167.             syntax="[horizontal position] [vertical position]"
  168.             enum="bottom center left right top"
  169.             group="Background"
  170.             />
  171.         <!-- IE specific -->
  172.         <cssmd:property-def _locID="-ms-background-position-x" _locAttrData="description,syntax" type="enum-length" 
  173.             description="How the background is positioned within an element" 
  174.             syntax="[horizontal position]"
  175.             enum="center left right"
  176.             group=""
  177.             />
  178.         <cssmd:property-def _locID="-ms-background-position-y" _locAttrData="description,syntax" type="enum-length" 
  179.             description="How the background is positioned within an element" 
  180.             syntax="[vertical position]"
  181.             enum="bottom center top"
  182.             group=""
  183.             />
  184.  
  185.         <!-- Text Properties -->
  186.         <cssmd:property-def _locID="text-align" _locAttrData="description,syntax" type="enum" 
  187.             description="The horizontal alignment of an element's text" 
  188.             syntax="One of the text-align values" 
  189.             enum="center justify left right"
  190.             group="Block"
  191.             />
  192.         <cssmd:property-def _locID="vertical-align" _locAttrData="description,syntax" type="enum-length" 
  193.             description="The vertical alignment of an element's text" 
  194.             syntax="One of the vertical-align values | a unit" 
  195.             enum="baseline bottom middle sub super text-bottom text-top top auto"
  196.             group="Block"
  197.             />
  198.         <cssmd:property-def _locID="letter-spacing" _locAttrData="description,syntax" type="enum-length" 
  199.             description="The spacing between characters" 
  200.             syntax="normal | a unit" 
  201.             enum="normal"
  202.             group="Block"
  203.             />
  204.         <cssmd:property-def _locID="line-height" _locAttrData="description,syntax" type="enum-length" 
  205.             description="The spacing between lines" 
  206.             syntax="normal | a unit" 
  207.             enum="normal"
  208.             group="Block"
  209.             />
  210.         <cssmd:property-def _locID="text-indent" _locAttrData="description,syntax" type="length" 
  211.             description="The indentation of text" 
  212.             syntax="a unit"
  213.             group="Block"
  214.             />
  215.         <cssmd:property-def _locID="text-transform" _locAttrData="description,syntax" type="enum" 
  216.             description="Letter case of the text" 
  217.             syntax="One of the text-transform values" 
  218.             enum="capitalize lowercase none uppercase"
  219.             group="Font"
  220.             />
  221.     <cssmd:property-def _locID="word-spacing" _locAttrData="description,syntax" type="enum-length"
  222.             description="The spacing between words"
  223.             syntax="normal | inherit | a unit"
  224.             enum="normal inherit"
  225.             group="Block"
  226.             />
  227.         <cssmd:property-def _locID="white-space" _locAttrData="description,syntax" type="enum" 
  228.             description="A value that indicates whether lines are automatically broken inside the object" 
  229.             syntax="One of the white-space values" 
  230.             enum="normal nowrap pre pre-line pre-wrap inherit"
  231.             group="Block"
  232.             />
  233.         <!-- IE specific -->
  234.         <cssmd:property-def _locID="-ms-line-break" _locAttrData="description,syntax" type="enum" 
  235.             description="Line-breaking rules for Japanese text" 
  236.             syntax="One of the line-break values"
  237.             enum="normal strict"
  238.             group=""
  239.             />
  240.         <cssmd:property-def _locID="-ms-text-align-last" _locAttrData="description,syntax" type="enum" 
  241.             description="Defines how to align the last line or only line of text in the object" 
  242.             syntax="One of the text-align-last values" 
  243.             enum="auto center justify left right inherit"
  244.             group=""
  245.             />
  246.         <cssmd:property-def _locID="-ms-text-autospace" _locAttrData="description,syntax" type="enum" 
  247.             description="Autospacing and narrow space width adjustment of text" 
  248.             syntax="One of the text-autospace values" 
  249.             enum="none ideograph-alpha ideograph-numeric ideograph-parenthesis ideograph-space"
  250.             group=""
  251.             />
  252.         <cssmd:property-def _locID="-ms-text-justify" _locAttrData="description,syntax" type="enum" 
  253.             description="Alignment used to justify text in the object" 
  254.             syntax="One of the text-justify values" 
  255.             enum="auto distribute distribute-all-lines distribute-center-last inter-cluster inter-ideograph inter-word kashida newspaper"
  256.             group=""
  257.             />
  258.         <cssmd:property-def _locID="-ms-text-kashida-space" _locAttrData="description,syntax" type="enum-length" 
  259.             description="Ratio of kashida expansion to white space expansion when justifying lines of text in the object" 
  260.             syntax="a unit"
  261.             enum="inherit"
  262.             group=""
  263.             />
  264.         <cssmd:property-def _locID="-ms-text-overflow" _locAttrData="description,syntax" type="enum" 
  265.             description="Indicates whether to render ellipses(...) to indicate text overflow" 
  266.             syntax="One of the text-overflow values" 
  267.             enum="ellipsis clip"
  268.             group=""
  269.             />
  270.         <cssmd:property-def _locID="-ms-text-underline-position" _locAttrData="description,syntax" type="enum" 
  271.             description="Position of the underline decoration that is set through the textDecoration property" 
  272.             syntax="One of the text-underline-position values" 
  273.             enum="above below auto auto-pos"
  274.             group=""
  275.             />
  276.         <cssmd:property-def _locID="-ms-word-break" _locAttrData="description,syntax" type="enum" 
  277.             description="Line-breaking behavior within words, particularly where multiple languages appear in the object" 
  278.             syntax="One of the word-break values" 
  279.             enum="normal break-all keep-all"
  280.             group=""
  281.             />
  282.         <cssmd:property-def _locID="-ms-word-wrap" _locAttrData="description,syntax" type="enum" 
  283.             description="Defines whether to break words when the content exceeds the boundaries of its container" 
  284.             syntax="One of the word-wrap values" 
  285.             enum="normal break-word"
  286.             group=""
  287.             />
  288.         <cssmd:property-def _locID="-ms-writing-mode" _locAttrData="description,syntax" type="enum" 
  289.             description="Direction and flow of the content in the object" 
  290.             syntax="One of the writing-mode values" 
  291.             enum="lr-tb tb-rl"
  292.             group=""
  293.             />
  294.  
  295.         <!-- Layout Properties -->
  296.         <cssmd:property-def _locID="display" _locAttrData="description,syntax" type="enum" 
  297.             description="The display mode of an element" 
  298.             syntax="One of the display values" 
  299.             enum="block inline inline-block inline-table list-item none run-in table table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group inherit"
  300.             group="Layout"
  301.             />
  302.         <cssmd:property-def _locID="float" _locAttrData="description,syntax" type="enum" 
  303.             description="Edge of the object on which text will flow" 
  304.             syntax="One of the float values" 
  305.             enum="left none right"
  306.             group="Layout"
  307.             />
  308.         <cssmd:property-def _locID="clear" _locAttrData="description,syntax" type="enum" 
  309.             description="Sides on which floating objects will not be allowed" 
  310.             syntax="One of the clear values" 
  311.             enum="both left none right"
  312.             group="Layout"
  313.             />
  314.         <cssmd:property-def _locID="visibility" _locAttrData="description,syntax" type="enum" 
  315.             description="The visibility of an element" 
  316.             syntax="One of the visibility values" 
  317.             enum="hidden visible inherit"
  318.             group="Layout"
  319.             />
  320.         <cssmd:property-def _locID="position" _locAttrData="description,syntax" type="enum" 
  321.             description="The positioning mode of an element" 
  322.             syntax="One of the position values" 
  323.             enum="absolute relative static fixed"
  324.             group="Position"
  325.             />
  326.         <cssmd:property-def _locID="z-index" _locAttrData="description,syntax" type="integer" 
  327.             description="The stacking order of a positioned element" 
  328.             syntax="auto | an integer" 
  329.             enum="auto"
  330.             group="Position"
  331.             />
  332.         <cssmd:property-def _locID="left" _locAttrData="description,syntax" type="enum-length" 
  333.             description="The left edge of a positioned element" 
  334.             syntax="auto | a unit" 
  335.             enum="auto"
  336.             group="Position"
  337.             />
  338.         <cssmd:property-def _locID="right" _locAttrData="description,syntax" type="enum-length" 
  339.             description="The right edge of a positioned element" 
  340.             syntax="auto | a unit" 
  341.             enum="auto"
  342.             group="Position"
  343.             />
  344.         <cssmd:property-def _locID="top" _locAttrData="description,syntax" type="enum-length" 
  345.             description="The top edge of a positioned element" 
  346.             syntax="auto | a unit" 
  347.             enum="auto"
  348.             group="Position"
  349.             />
  350.         <cssmd:property-def _locID="bottom" _locAttrData="description,syntax" type="enum-length" 
  351.             description="The bottom edge of a positioned element" 
  352.             syntax="auto | a unit" 
  353.             enum="auto"
  354.             group="Position"
  355.             />
  356.         <cssmd:property-def _locID="overflow" _locAttrData="description,syntax" type="enum" 
  357.             description="Visibility of content extending beyond element's dimensions" 
  358.             syntax="One of the overflow values" 
  359.             enum="auto hidden scroll visible"
  360.             group="Layout"
  361.             />
  362.         <cssmd:property-def _locID="overflow-x" _locAttrData="description,syntax" type="enum" 
  363.             description="Defines how to manage the content of the object when the content exceeds the width of the object" 
  364.             syntax="One of the overflow-x values" 
  365.             enum="auto hidden scroll visible"
  366.             group=""
  367.             />
  368.         <cssmd:property-def _locID="overflow-y" _locAttrData="description,syntax" type="enum" 
  369.             description="Defines how to manage the content of the object when the content exceeds the height of the object" 
  370.             syntax="One of the overflow-y values" 
  371.             enum="auto hidden scroll visible"
  372.             group=""
  373.             />
  374.         <cssmd:property-def _locID="clip" _locAttrData="description,syntax" type="string" 
  375.             description="The clipping rectangle of an element" 
  376.             syntax="rect([top unit] [right unit] [bottom unit] [left unit]) | auto"
  377.             enum="auto"
  378.             group="Layout"
  379.             />
  380.         <cssmd:property-def _locID="width" _locAttrData="description,syntax" type="enum-length" 
  381.             description="The width of a positioned element" 
  382.             syntax="auto | a unit" 
  383.             enum="auto"
  384.             group="Position"
  385.             />
  386.         <cssmd:property-def _locID="height" _locAttrData="description,syntax" type="enum-length" 
  387.             description="The height of a positioned element" 
  388.             syntax="auto | a unit" 
  389.             enum="auto"
  390.             group="Position"
  391.             />
  392.         <cssmd:property-def _locID="min-height" _locAttrData="description,syntax" type="length" 
  393.             description="Constrains box height" 
  394.             syntax="a unit"
  395.             group="Position"
  396.             />
  397.         
  398.         <cssmd:property-def _locID="min-width" _locAttrData="description,syntax" type="length" 
  399.             description="Constrains box width" 
  400.             syntax="a unit"
  401.             group="Position"
  402.         />
  403.         <cssmd:property-def _locID="max-width" _locAttrData="description,syntax" type="enum-length" 
  404.             description="Maximizes box width" 
  405.             syntax="a unit"
  406.             group="Position"
  407.             enum="none"
  408.         />
  409.         
  410.         <cssmd:property-def _locID="max-height" _locAttrData="description,syntax" type="enum-length" 
  411.             description="Maximizes box height" 
  412.             syntax="a unit"
  413.             group="Position"
  414.             enum="none"
  415.         />        
  416.  
  417.         
  418.         <!-- IE specific properties -->
  419.         <cssmd:property-def _locID="-ms-layout-flow" _locAttrData="description,syntax" type="enum" 
  420.             description="Direction and flow of the content in the object" 
  421.             syntax="One of the layout-flow values" 
  422.             enum="horizontal vertical-ideographic"
  423.             group=""
  424.             />
  425.         <cssmd:property-def _locID="-ms-layout-grid" _locAttrData="description,syntax" type="composite" 
  426.             description="Composite document grid properties that specify the layout of text characters" 
  427.             syntax="[layout-grid-mode] [layout-grid-type] [layout-grid-line] [layout-grid-char]" 
  428.             group=""
  429.             />
  430.         <cssmd:property-def _locID="-ms-layout-grid-char" _locAttrData="description,syntax" type="enum-length" 
  431.             description="Size of the character grid used for rendering the text content of an element" 
  432.             syntax="One of the layout-grid-char values | a unit" 
  433.             enum="auto none"
  434.             group=""
  435.             />
  436.         <cssmd:property-def _locID="-ms-layout-grid-line" _locAttrData="description,syntax" type="enum-length" 
  437.             description="Gridline value used for rendering the text content of an element" 
  438.             syntax="One of the layout-grid-line values | a unit" 
  439.             enum="auto none"
  440.             group=""
  441.             />
  442.         <cssmd:property-def _locID="-ms-layout-grid-mode" _locAttrData="description,syntax" type="enum" 
  443.             description="Specifies whether the text layout grid uses two dimensions" 
  444.             syntax="One of the layout-grid-mode values" 
  445.             enum="both none line char"
  446.             group=""
  447.             />
  448.         <cssmd:property-def _locID="-ms-layout-grid-type" _locAttrData="description,syntax" type="enum" 
  449.             description="Type of grid used for rendering the text content of an element" 
  450.             syntax="One of the layout-grid-type values" 
  451.             enum="loose strict fixed"
  452.             group=""
  453.             />
  454.  
  455.         <!-- Edges Properties -->
  456.         <cssmd:property-def _locID="padding" _locAttrData="description,syntax" type="composite" 
  457.             description="The padding around all four edges of an element" 
  458.             syntax="[top unit] [right unit] [bottom unit] [left unit]"
  459.             group="Box"
  460.             />
  461.         <cssmd:property-def _locID="padding-left" _locAttrData="description,syntax" type="enum-length" 
  462.             description="The padding on the left edge of an element" 
  463.             syntax="a unit"
  464.             group="Box"
  465.             />
  466.         <cssmd:property-def _locID="padding-right" _locAttrData="description,syntax" type="enum-length" 
  467.             description="The padding on the right edge of an element" 
  468.             syntax="a unit"
  469.             group="Box"
  470.             />
  471.         <cssmd:property-def _locID="padding-top" _locAttrData="description,syntax" type="enum-length" 
  472.             description="The padding on the top edge of an element" 
  473.             syntax="a unit"
  474.             group="Box"
  475.             />
  476.         <cssmd:property-def _locID="padding-bottom" _locAttrData="description,syntax" type="enum-length" 
  477.             description="The padding on the bottom edge of an element" 
  478.             syntax="a unit"
  479.             group="Box"
  480.             />
  481.         <cssmd:property-def _locID="margin" _locAttrData="description,syntax" type="composite" 
  482.             description="The margin around all four edges of an element" 
  483.             syntax="[top unit] [right unit] [bottom unit] [left unit]"
  484.             group="Box"
  485.             />
  486.         <cssmd:property-def _locID="margin-left" _locAttrData="description,syntax" type="enum-length" 
  487.             description="The margin on the left edge of an element" 
  488.             syntax="auto | a unit" enum="auto"
  489.             group="Box"
  490.             />
  491.         <cssmd:property-def _locID="margin-right" _locAttrData="description,syntax" type="enum-length" 
  492.             description="The margin on the right edge of an element" 
  493.             syntax="auto | a unit" enum="auto"
  494.             group="Box"
  495.             />
  496.         <cssmd:property-def _locID="margin-top" _locAttrData="description,syntax" type="enum-length" 
  497.             description="The margin on the top edge of an element" 
  498.             syntax="auto | a unit" enum="auto"
  499.             group="Box"
  500.             />
  501.         <cssmd:property-def _locID="margin-bottom" _locAttrData="description,syntax" type="enum-length" 
  502.             description="The margin on the bottom edge of an element" 
  503.             syntax="auto | a unit" enum="auto"
  504.             group="Box"
  505.             />
  506.         <cssmd:property-def _locID="border" _locAttrData="description,syntax" type="composite" 
  507.             description="The border around all four edges of an element" 
  508.             syntax="[border-style] [border-width] [border-color]"
  509.             group="Border"
  510.             />
  511.         <cssmd:property-def _locID="border-left" _locAttrData="description,syntax" type="composite" 
  512.             description="The border on the left edge of an element" 
  513.             syntax="[border-style] [border-width] [border-color]"
  514.             group="Border"
  515.             />
  516.         <cssmd:property-def _locID="border-right" _locAttrData="description,syntax" type="composite" 
  517.             description="The border on the right edge of an element" 
  518.             syntax="[border-style] [border-width] [border-color]"
  519.             group="Border"
  520.             />
  521.         <cssmd:property-def _locID="border-top" _locAttrData="description,syntax" type="composite" 
  522.             description="The border on the top edge of an element" 
  523.             syntax="[border-style] [border-width] [border-color]"
  524.             group="Border"
  525.             />
  526.         <cssmd:property-def _locID="border-bottom" _locAttrData="description,syntax" type="composite" 
  527.             description="The border on the bottom edge of an element" 
  528.             syntax="[border-style] [border-width] [border-color]"
  529.             group="Border"
  530.             />
  531.         <cssmd:property-def _locID="border-color" _locAttrData="description,syntax" type="color" 
  532.             iscomposite="true"
  533.             description="The color of the border around all four edges of an element" 
  534.             syntax="#RRGGBB | Named Color" 
  535.             enum="aliceblue antiquewhite aqua aquamarine azure 
  536.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  537.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  538.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  539.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  540.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  541.                 firebrick floralwhite forestgreen fuchsia
  542.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  543.                 honeydew hotpink
  544.                 indianred indigo ivory
  545.                 khaki
  546.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  547.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  548.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  549.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  550.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  551.                 mintcream mistyrose moccasin
  552.                 navajowhite navy
  553.                 oldlace olive olivedrab orange orangered orchid
  554.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  555.                 peru pink plum powderblue purple red rosybrown royalblue
  556.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  557.                 slateblue slategray snow springgreen steelblue 
  558.                 tan teal thistle tomato turquoise transparent
  559.                 violet
  560.                 wheat white whitesmoke
  561.                 yellow yellowgreen
  562.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  563.             group="Border"
  564.             />
  565.         <cssmd:property-def _locID="border-style" _locAttrData="description,syntax" type="enum" 
  566.             iscomposite="true"
  567.             description="The style of the border around all four edges of an element" 
  568.             syntax="One of the border-style values" 
  569.             enum="dashed dotted double groove hidden inset none outset ridge solid window-inset"
  570.             group="Border"
  571.             />
  572.         <cssmd:property-def _locID="border-width" _locAttrData="description,syntax" type="enum-length" 
  573.             iscomposite="true"
  574.             description="The width of the border around all four edges of an element" 
  575.             syntax="a unit | One of the border-width values" enum="thin medium thick"
  576.             group="Border"
  577.             />
  578.         <cssmd:property-def _locID="border-left-color" _locAttrData="description,syntax" type="color" 
  579.             description="The color of the border on the left edge of an element" 
  580.             syntax="#RRGGBB | Named Color" 
  581.             enum="aliceblue antiquewhite aqua aquamarine azure 
  582.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  583.                 cadetblue chartreuse chocolate coral cornflowerblue    cornsilk crimson cyan
  584.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  585.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue    darkslategray
  586.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  587.                 firebrick floralwhite forestgreen fuchsia
  588.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  589.                 honeydew hotpink
  590.                 indianred indigo ivory
  591.                 khaki
  592.                 lavender lavenderblush lawngreen lemonchiffon lightblue    lightcoral lightcyan
  593.                 lightgoldenrodyellow lightgreen    lightgrey lightpink    lightsalmon    lightseagreen
  594.                 lightskyblue lightslategray    lightsteelblue lightyellow lime limegreen linen
  595.                 magenta    maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  596.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  597.                 mintcream mistyrose    moccasin
  598.                 navajowhite navy
  599.                 oldlace olive olivedrab orange orangered orchid
  600.                 palegoldenrod palegreen paleturquoise palevioletred    papayawhip peachpuff
  601.                 peru pink plum powderblue purple red rosybrown royalblue
  602.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  603.                 slateblue slategray snow springgreen steelblue 
  604.                 tan    teal thistle tomato turquoise transparent
  605.                 violet
  606.                 wheat white    whitesmoke
  607.                 yellow yellowgreen
  608.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  609.             group="Border"
  610.             />
  611.         <cssmd:property-def _locID="border-left-width" _locAttrData="description,syntax" type="enum-length" 
  612.             description="The width of the border on the left edge of an element" 
  613.             syntax="a unit | One of the border-width values" enum="thin medium thick"
  614.             group="Border"
  615.             />
  616.         <cssmd:property-def _locID="border-left-style" _locAttrData="description,syntax" type="enum" 
  617.             description="The style of the border on the left edge of an element" 
  618.             syntax="One of the border-style values" 
  619.             enum="dashed dotted double groove inset none outset ridge solid"
  620.             group="Border"
  621.             />
  622.         <cssmd:property-def _locID="border-right-color" _locAttrData="description,syntax" type="color" 
  623.             description="The color of the border on the right edge of an element" 
  624.             syntax="#RRGGBB | Named Color" 
  625.             enum="aliceblue antiquewhite aqua aquamarine azure 
  626.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  627.                 cadetblue chartreuse chocolate coral cornflowerblue    cornsilk crimson cyan
  628.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  629.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue    darkslategray
  630.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  631.                 firebrick floralwhite forestgreen fuchsia
  632.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  633.                 honeydew hotpink
  634.                 indianred indigo ivory
  635.                 khaki
  636.                 lavender lavenderblush lawngreen lemonchiffon lightblue    lightcoral lightcyan
  637.                 lightgoldenrodyellow lightgreen    lightgrey lightpink    lightsalmon    lightseagreen
  638.                 lightskyblue lightslategray    lightsteelblue lightyellow lime limegreen linen
  639.                 magenta    maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  640.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  641.                 mintcream mistyrose    moccasin
  642.                 navajowhite navy
  643.                 oldlace olive olivedrab orange orangered orchid
  644.                 palegoldenrod palegreen paleturquoise palevioletred    papayawhip peachpuff
  645.                 peru pink plum powderblue purple red rosybrown royalblue
  646.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  647.                 slateblue slategray snow springgreen steelblue 
  648.                 tan    teal thistle tomato turquoise transparent
  649.                 violet
  650.                 wheat white    whitesmoke
  651.                 yellow yellowgreen
  652.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  653.             group="Border"
  654.             />
  655.         <cssmd:property-def _locID="border-right-width" _locAttrData="description,syntax" type="enum-length" 
  656.             description="The width of the border on the right edge of an element" 
  657.             syntax="a unit | One of the border-width values" 
  658.             enum="thin medium thick"
  659.             group="Border"
  660.             />
  661.         <cssmd:property-def _locID="border-right-style" _locAttrData="description,syntax" type="enum" 
  662.             description="The style of the border on the right edge of an element" 
  663.             syntax="One of the border-style values" 
  664.             enum="dashed dotted double groove inset none outset ridge solid"
  665.             group="Border"
  666.             />
  667.         <cssmd:property-def _locID="border-top-color" _locAttrData="description,syntax" type="color" 
  668.             description="The color of the border on the top edge of an element" 
  669.             syntax="#RRGGBB | Named Color" 
  670.             enum="aliceblue antiquewhite aqua aquamarine azure 
  671.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  672.                 cadetblue chartreuse chocolate coral cornflowerblue    cornsilk crimson cyan
  673.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  674.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue    darkslategray
  675.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  676.                 firebrick floralwhite forestgreen fuchsia
  677.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  678.                 honeydew hotpink
  679.                 indianred indigo ivory
  680.                 khaki
  681.                 lavender lavenderblush lawngreen lemonchiffon lightblue    lightcoral lightcyan
  682.                 lightgoldenrodyellow lightgreen    lightgrey lightpink    lightsalmon    lightseagreen
  683.                 lightskyblue lightslategray    lightsteelblue lightyellow lime limegreen linen
  684.                 magenta    maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  685.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  686.                 mintcream mistyrose    moccasin
  687.                 navajowhite navy
  688.                 oldlace olive olivedrab orange orangered orchid
  689.                 palegoldenrod palegreen paleturquoise palevioletred    papayawhip peachpuff
  690.                 peru pink plum powderblue purple red rosybrown royalblue
  691.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  692.                 slateblue slategray snow springgreen steelblue 
  693.                 tan    teal thistle tomato turquoise transparent
  694.                 violet
  695.                 wheat white    whitesmoke
  696.                 yellow yellowgreen
  697.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  698.             group="Border"
  699.             />
  700.         <cssmd:property-def _locID="border-top-width" _locAttrData="description,syntax" type="enum-length" 
  701.             description="The width of the border on the top edge of an element" 
  702.             syntax="a unit | One of the border-width values" 
  703.             enum="thin medium thick"
  704.             group="Border"
  705.             />
  706.         <cssmd:property-def _locID="border-top-style" _locAttrData="description,syntax" type="enum" 
  707.             description="The style of the border on the top edge of an element" 
  708.             syntax="One of the border-style values" 
  709.             enum="dashed dotted double groove inset none outset ridge solid"
  710.             group="Border"
  711.             />
  712.         <cssmd:property-def _locID="border-bottom-color" _locAttrData="description,syntax" type="color" 
  713.             description="The color of the border on the bottom edge of an element" 
  714.             syntax="#RRGGBB | Named Color" 
  715.             enum="aliceblue antiquewhite aqua aquamarine azure 
  716.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  717.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  718.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  719.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  720.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  721.                 firebrick floralwhite forestgreen fuchsia
  722.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  723.                 honeydew hotpink
  724.                 indianred indigo ivory
  725.                 khaki
  726.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  727.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  728.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  729.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  730.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  731.                 mintcream mistyrose moccasin
  732.                 navajowhite navy
  733.                 oldlace olive olivedrab orange orangered orchid
  734.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  735.                 peru pink plum powderblue purple red rosybrown royalblue
  736.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  737.                 slateblue slategray snow springgreen steelblue 
  738.                 tan teal thistle tomato turquoise transparent
  739.                 violet
  740.                 wheat white whitesmoke
  741.                 yellow yellowgreen
  742.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  743.             group="Border"
  744.             />
  745.         <cssmd:property-def _locID="border-bottom-width" _locAttrData="description,syntax" type="enum-length" 
  746.             description="The width of the border on the bottom edge of an element" 
  747.             syntax="a unit | One of the border-width values" 
  748.             enum="thin medium thick"
  749.             group="Border"
  750.             />
  751.         <cssmd:property-def _locID="border-bottom-style" _locAttrData="description,syntax" type="enum" 
  752.             description="The style of the border on the bottom edge of an element" 
  753.             syntax="One of the border-style values" 
  754.             enum="dashed dotted double groove inset none outset ridge solid"
  755.             group="Border"
  756.             />
  757.  
  758.         <!-- @font-face Properties -->
  759.         <cssmd:property-def _locID="src" _locAttrData="description,syntax" type="url" 
  760.             description="Location of the font file" 
  761.             syntax="url([url to font download])"
  762.             group=""
  763.             />
  764.             
  765.         <!-- Page Breaks Properties -->
  766.         <cssmd:property-def _locID="page-break-before" _locAttrData="description,syntax" type="enum" 
  767.             description="Page breaks before an element" 
  768.             syntax="One of the page-break-before values" 
  769.             enum="always auto left right"
  770.             group=""
  771.             />
  772.         <cssmd:property-def _locID="page-break-after" _locAttrData="description,syntax" type="enum" 
  773.             description="Page breaks after an element" 
  774.             syntax="One of the page-break-after values" 
  775.             enum="always auto left right"
  776.             group=""
  777.             />
  778.         <cssmd:property-def _locID="page-break-inside" _locAttrData="description,syntax" type="enum" 
  779.             description="Page breaks inside an element" 
  780.             syntax="One of the page-break-inside values" 
  781.             enum="auto avoid inherit"
  782.             group=""
  783.             />
  784.         <cssmd:property-def _locID="orphans" _locAttrData="description,syntax" type="integer" 
  785.             description="Minimum number of lines of a paragraph to leave at the bottom of a page" 
  786.             syntax="Integer value | inherit"
  787.             group=""
  788.             enum="inherit"
  789.             />
  790.         <cssmd:property-def _locID="widows" _locAttrData="description,syntax" type="integer" 
  791.             description="Minimum number of lines of a paragraph to leave at the top of a page" 
  792.             syntax="Integer value | inherit"
  793.             group=""
  794.             enum="inherit"
  795.             />
  796.  
  797.             
  798.         <!-- Lists Properties -->
  799.         <cssmd:property-def _locID="list-style" _locAttrData="description,syntax" type="composite" 
  800.             description="The bullet characteristics of a list item" 
  801.             syntax="[list-style-type] [list-style-image] [list-style-position]"
  802.             group="List"
  803.             />
  804.         <cssmd:property-def _locID="list-style-type" _locAttrData="description,syntax" type="enum" 
  805.             description="The bullet style of a list item" 
  806.             syntax="One of the list-style-type values" 
  807.             enum="circle decimal disc lower-alpha lower-roman none square upper-alpha upper-roman"
  808.             group="List"
  809.             />
  810.         <cssmd:property-def _locID="list-style-image" _locAttrData="description,syntax" type="url" 
  811.             description="The bullet image of a list item" 
  812.             syntax="none | url([url to bullet image])"
  813.             enum="none"
  814.             group="List"
  815.             />
  816.         <cssmd:property-def _locID="list-style-position" _locAttrData="description,syntax" type="enum" 
  817.             description="The bullet position of a list item" 
  818.             syntax="One of the list-style-position values" 
  819.             enum="inside outside"
  820.             group="List"
  821.             />
  822.  
  823.         <cssmd:property-def _locID="counter-increment" _locAttrData="description,syntax" type="string" 
  824.             description="Indicates how much the counter is incremented for every occurrence of the element" 
  825.             syntax="none | inherit | [identifier integer?]+" 
  826.             enum="none inherit"
  827.             group=""
  828.             />
  829.         <cssmd:property-def _locID="counter-reset" _locAttrData="description,syntax" type="string" 
  830.             description="Defines the value that the counter is set to on each occurrence of the element" 
  831.             syntax="none | inherit | [identifier integer?]+" 
  832.             enum="none inherit"
  833.             group=""
  834.             />
  835.  
  836.  
  837.         <!-- Content Properties -->
  838.         <cssmd:property-def _locID="content" _locAttrData="description,syntax" type="string" 
  839.             description="Used with the :before and :after pseudo-elements to generate content in a document" 
  840.             syntax="Text content | counter | quote values | attr(X)" 
  841.             enum="close-quote no-close-quote no-open-quote normal open-quote inherit none"
  842.             group=""
  843.             />
  844.         <cssmd:property-def _locID="quotes" _locAttrData="description,syntax" type="string" 
  845.             description="Quotation marks for any number of embedded quotations" 
  846.             syntax="open-quote and close-quote pairs"
  847.             enum="none inherit"
  848.             group=""
  849.             />
  850.  
  851.         <!-- BiDi Properties -->
  852.         <cssmd:property-def _locID="direction" _locAttrData="description,syntax" type="enum" 
  853.             description="The direction that text flows in" 
  854.             syntax="One of the direction values inherit" 
  855.             enum="ltr rtl inherit"
  856.             group=""
  857.             />
  858.         <cssmd:property-def _locID="unicode-bidi" _locAttrData="description,syntax" type="enum" 
  859.             description="The level of embedding with respect to the bidirectional algorithm" 
  860.             syntax="One of the unicode-bidi values" 
  861.             enum="bidi-override embed normal"
  862.             group=""
  863.             />
  864.  
  865.         <!-- Table Properties -->
  866.         <cssmd:property-def _locID="table-layout" _locAttrData="description,syntax" type="enum" 
  867.             description="The cell layout mode of a table" 
  868.             syntax="One of the table-layout values" 
  869.             enum="auto fixed"
  870.             group="Table"
  871.             />
  872.         <cssmd:property-def _locID="border-collapse" _locAttrData="description,syntax" type="enum" 
  873.             description="The table border model" 
  874.             syntax="One of the border-collapse values" 
  875.             enum="collapse separate"
  876.             group="Table"
  877.             />
  878.  
  879.         <cssmd:property-def _locID="border-spacing" _locAttrData="description,syntax" type="composite" 
  880.             description="Distance that separates adjacent cell borders" 
  881.             syntax="Distance value"
  882.             enum="inherit"
  883.             group="Table"
  884.             />
  885.  
  886.         <cssmd:property-def _locID="caption-side" _locAttrData="description,syntax" type="enum" 
  887.             description="Position of the caption box with respect to the table box" 
  888.             syntax="One of the caption-side values" 
  889.             enum="bottom top inherit"
  890.             group="Table"
  891.             />
  892.         <cssmd:property-def _locID="empty-cells" _locAttrData="description,syntax" type="enum" 
  893.             description="Controls rendering of borders around empty cells" 
  894.             syntax="One of the empty-cells values" 
  895.             enum="hide show inherit"
  896.             group="Table"
  897.             />
  898.  
  899.         <!-- Ruby Properties (CSS3) -->
  900.         <cssmd:property-def _locID="ruby-align" _locAttrData="description,syntax" type="enum" 
  901.             description="Alignment of the ruby text specified by the RT object" 
  902.             syntax="One of the ruby-align values" 
  903.             enum="auto left center right distribute-letter distribute-space line-edge"
  904.             group=""
  905.             />
  906.         <cssmd:property-def _locID="ruby-overhang" _locAttrData="description,syntax" type="enum" 
  907.             description="Overhang of the ruby text specified by the RT object" 
  908.             syntax="One of the ruby-overhang values" 
  909.             enum="auto whitespace none"
  910.             group=""
  911.             />
  912.         <cssmd:property-def _locID="ruby-position" _locAttrData="description,syntax" type="enum" 
  913.             description="Position of the ruby text specified by the RT object" 
  914.             syntax="One of the ruby-position values" 
  915.             enum="above inline"
  916.             group=""
  917.             />
  918.  
  919.         <!-- Scrollbar Properties (IE-specific) -->
  920.         <cssmd:property-def _locID="-ms-scrollbar-3dlight-color" _locAttrData="description,syntax" type="color" 
  921.             description="Color of the top and left edges of the scroll box and scroll arrows of a scroll bar" 
  922.             syntax="#RRGGBB | Named Color" 
  923.             enum="aliceblue antiquewhite aqua aquamarine azure 
  924.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  925.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  926.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  927.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  928.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  929.                 firebrick floralwhite forestgreen fuchsia
  930.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  931.                 honeydew hotpink
  932.                 indianred indigo ivory
  933.                 khaki
  934.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  935.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  936.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  937.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  938.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  939.                 mintcream mistyrose moccasin
  940.                 navajowhite navy
  941.                 oldlace olive olivedrab orange orangered orchid
  942.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  943.                 peru pink plum powderblue purple red rosybrown royalblue
  944.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  945.                 slateblue slategray snow springgreen steelblue 
  946.                 tan teal thistle tomato turquoise
  947.                 violet
  948.                 wheat white whitesmoke
  949.                 yellow yellowgreen
  950.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  951.             group=""
  952.             />
  953.         <cssmd:property-def _locID="-ms-scrollbar-arrow-color" _locAttrData="description,syntax" type="color" 
  954.             description="Color of the arrow elements of a scroll arrow" 
  955.             syntax="#RRGGBB | Named Color" 
  956.             enum="aliceblue antiquewhite aqua aquamarine azure 
  957.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  958.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  959.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  960.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  961.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  962.                 firebrick floralwhite forestgreen fuchsia
  963.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  964.                 honeydew hotpink
  965.                 indianred indigo ivory
  966.                 khaki
  967.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  968.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  969.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  970.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  971.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  972.                 mintcream mistyrose moccasin
  973.                 navajowhite navy
  974.                 oldlace olive olivedrab orange orangered orchid
  975.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  976.                 peru pink plum powderblue purple red rosybrown royalblue
  977.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  978.                 slateblue slategray snow springgreen steelblue 
  979.                 tan teal thistle tomato turquoise
  980.                 violet
  981.                 wheat white whitesmoke
  982.                 yellow yellowgreen
  983.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  984.             group=""
  985.             />
  986.         <cssmd:property-def _locID="scrollbar-base-color" _locAttrData="description,syntax" type="color" 
  987.             description="Color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows" 
  988.             syntax="#RRGGBB | Named Color" 
  989.             enum="aliceblue antiquewhite aqua aquamarine azure 
  990.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  991.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  992.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  993.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  994.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  995.                 firebrick floralwhite forestgreen fuchsia
  996.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  997.                 honeydew hotpink
  998.                 indianred indigo ivory
  999.                 khaki
  1000.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  1001.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  1002.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  1003.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  1004.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  1005.                 mintcream mistyrose moccasin
  1006.                 navajowhite navy
  1007.                 oldlace olive olivedrab orange orangered orchid
  1008.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  1009.                 peru pink plum powderblue purple red rosybrown royalblue
  1010.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  1011.                 slateblue slategray snow springgreen steelblue 
  1012.                 tan teal thistle tomato turquoise
  1013.                 violet
  1014.                 wheat white whitesmoke
  1015.                 yellow yellowgreen
  1016.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  1017.             group=""
  1018.             />
  1019.         <cssmd:property-def _locID="-ms-scrollbar-darkshadow-color" _locAttrData="description,syntax" type="color" 
  1020.             description="Color of the gutter of a scroll bar" 
  1021.             syntax="#RRGGBB | Named Color" 
  1022.             enum="aliceblue antiquewhite aqua aquamarine azure 
  1023.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  1024.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  1025.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  1026.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  1027.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  1028.                 firebrick floralwhite forestgreen fuchsia
  1029.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  1030.                 honeydew hotpink
  1031.                 indianred indigo ivory
  1032.                 khaki
  1033.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  1034.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  1035.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  1036.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  1037.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  1038.                 mintcream mistyrose moccasin
  1039.                 navajowhite navy
  1040.                 oldlace olive olivedrab orange orangered orchid
  1041.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  1042.                 peru pink plum powderblue purple red rosybrown royalblue
  1043.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  1044.                 slateblue slategray snow springgreen steelblue 
  1045.                 tan teal thistle tomato turquoise
  1046.                 violet
  1047.                 wheat white whitesmoke
  1048.                 yellow yellowgreen
  1049.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  1050.             group=""
  1051.             />
  1052.         <cssmd:property-def _locID="-ms-scrollbar-face-color" _locAttrData="description,syntax" type="color" 
  1053.             description="Color of the scroll box and scroll arrows of a scroll bar" 
  1054.             syntax="#RRGGBB | Named Color" 
  1055.             enum="aliceblue antiquewhite aqua aquamarine azure 
  1056.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  1057.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  1058.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  1059.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  1060.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  1061.                 firebrick floralwhite forestgreen fuchsia
  1062.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  1063.                 honeydew hotpink
  1064.                 indianred indigo ivory
  1065.                 khaki
  1066.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  1067.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  1068.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  1069.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  1070.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  1071.                 mintcream mistyrose moccasin
  1072.                 navajowhite navy
  1073.                 oldlace olive olivedrab orange orangered orchid
  1074.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  1075.                 peru pink plum powderblue purple red rosybrown royalblue
  1076.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  1077.                 slateblue slategray snow springgreen steelblue 
  1078.                 tan teal thistle tomato turquoise
  1079.                 violet
  1080.                 wheat white whitesmoke
  1081.                 yellow yellowgreen
  1082.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  1083.             group=""
  1084.             />
  1085.         <cssmd:property-def _locID="-ms-scrollbar-highlight-color" _locAttrData="description,syntax" type="color" 
  1086.             description="Color of the top and left edges of the scroll box and scroll arrows of a scroll bar" 
  1087.             syntax="#RRGGBB | Named Color" 
  1088.             enum="aliceblue antiquewhite aqua aquamarine azure 
  1089.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  1090.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  1091.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  1092.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  1093.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  1094.                 firebrick floralwhite forestgreen fuchsia
  1095.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  1096.                 honeydew hotpink
  1097.                 indianred indigo ivory
  1098.                 khaki
  1099.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  1100.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  1101.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  1102.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  1103.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  1104.                 mintcream mistyrose moccasin
  1105.                 navajowhite navy
  1106.                 oldlace olive olivedrab orange orangered orchid
  1107.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  1108.                 peru pink plum powderblue purple red rosybrown royalblue
  1109.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  1110.                 slateblue slategray snow springgreen steelblue 
  1111.                 tan teal thistle tomato turquoise
  1112.                 violet
  1113.                 wheat white whitesmoke
  1114.                 yellow yellowgreen
  1115.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  1116.             group=""
  1117.             />
  1118.         <cssmd:property-def _locID="-ms-scrollbar-shadow-color" _locAttrData="description,syntax" type="color" 
  1119.             description="Color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar" 
  1120.             syntax="#RRGGBB | Named Color" 
  1121.             enum="aliceblue antiquewhite aqua aquamarine azure 
  1122.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  1123.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  1124.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  1125.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  1126.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  1127.                 firebrick floralwhite forestgreen fuchsia
  1128.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  1129.                 honeydew hotpink
  1130.                 indianred indigo ivory
  1131.                 khaki
  1132.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  1133.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  1134.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  1135.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  1136.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  1137.                 mintcream mistyrose moccasin
  1138.                 navajowhite navy
  1139.                 oldlace olive olivedrab orange orangered orchid
  1140.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  1141.                 peru pink plum powderblue purple red rosybrown royalblue
  1142.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  1143.                 slateblue slategray snow springgreen steelblue 
  1144.                 tan teal thistle tomato turquoise
  1145.                 violet
  1146.                 wheat white whitesmoke
  1147.                 yellow yellowgreen
  1148.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  1149.             group=""
  1150.             />
  1151.         <cssmd:property-def _locID="-ms-scrollbar-track-color" _locAttrData="description,syntax" type="color" 
  1152.             description="Color of the track element of a scroll bar" 
  1153.             syntax="#RRGGBB | Named Color" 
  1154.             enum="aliceblue antiquewhite aqua aquamarine azure 
  1155.                 beige bisque black blanchedalmond blue blueviolet brown burlywood
  1156.                 cadetblue chartreuse chocolate coral cornflowerblue cornsilk crimson cyan
  1157.                 darkblue darkcyan darkgoldenrod darkgray darkgreen darkkhaki darkmagenta darkolivegreen 
  1158.                 darkorange darkorchid darkred darksalmon darkseagreen darkslateblue darkslategray
  1159.                 darkturquoise darkviolet deeppink deepskyblue dimgray dodgerblue
  1160.                 firebrick floralwhite forestgreen fuchsia
  1161.                 gainsboro ghostwhite gold goldenrod gray green greenyellow
  1162.                 honeydew hotpink
  1163.                 indianred indigo ivory
  1164.                 khaki
  1165.                 lavender lavenderblush lawngreen lemonchiffon lightblue lightcoral lightcyan
  1166.                 lightgoldenrodyellow lightgreen lightgrey lightpink lightsalmon lightseagreen
  1167.                 lightskyblue lightslategray lightsteelblue lightyellow lime limegreen linen
  1168.                 magenta maroon mediumaquamarine mediumblue mediumorchid mediumpurple mediumseagreen
  1169.                 mediumslateblue mediumspringgreen mediumturquoise mediumvioletred midnightblue
  1170.                 mintcream mistyrose moccasin
  1171.                 navajowhite navy
  1172.                 oldlace olive olivedrab orange orangered orchid
  1173.                 palegoldenrod palegreen paleturquoise palevioletred papayawhip peachpuff
  1174.                 peru pink plum powderblue purple red rosybrown royalblue
  1175.                 saddlebrown salmon sandybrown seagreen seashell sienna silver skyblue
  1176.                 slateblue slategray snow springgreen steelblue 
  1177.                 tan teal thistle tomato turquoise
  1178.                 violet
  1179.                 wheat white whitesmoke
  1180.                 yellow yellowgreen
  1181.                 ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow ButtonText CaptionText GrayText Highlight HighlightText InactiveBorder InactiveCaption InactiveCaptionText InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow ThreeDShadow Window WindowFrame WindowText"
  1182.             group=""
  1183.             />
  1184.  
  1185.         <!-- Other Properties -->
  1186.         <cssmd:property-def _locID="cursor" _locAttrData="description,syntax" type="url" 
  1187.             description="The cursor over an element" 
  1188.             syntax="One of the cursor values | url([url to the cursor resource])" 
  1189.             enum="all-scroll auto col-resize crosshair default e-resize hand help move n-resize ne-resize no-drop not-allowed nw-resize pointer progress row-resize s-resize se-resize sw-resize text vertical-text w-resize wait"
  1190.             group="Layout"
  1191.             />
  1192.         
  1193.         <!-- IE specific properties -->
  1194.         <cssmd:property-def _locID="-ms-accelerator" _locAttrData="description,syntax" type="enum" 
  1195.             description="Indicates whether the object contains an accelerator key" 
  1196.             syntax="true | false" 
  1197.             enum="true false"
  1198.             group=""
  1199.             />
  1200.         <cssmd:property-def _locID="-ms-behavior" _locAttrData="description,syntax" type="url" 
  1201.             description="DHTML behavior attached to an element" 
  1202.             syntax="url([url to behavior implementation])"
  1203.             group=""
  1204.             />
  1205.         <cssmd:property-def _locID="-ms-filter" _locAttrData="description,syntax" type="string" 
  1206.             description="Visual effects applied to an element" 
  1207.             syntax="sequence of visual filters and transitions"
  1208.             group=""
  1209.             />
  1210.         <cssmd:property-def _locID="-ms-ime-mode" _locAttrData="description,syntax" type="enum" 
  1211.             description="State of an Input Method Editor (IME)" 
  1212.             syntax="One of the ime-mode values" 
  1213.             enum="auto active inactive disabled"
  1214.             group=""
  1215.             />
  1216.         <cssmd:property-def _locID="-ms-zoom" _locAttrData="description,syntax" type="string" 
  1217.             description="magnification scale of the object" 
  1218.             syntax="normal | a unit" 
  1219.             enum="normal"
  1220.             group=""
  1221.             />
  1222.  
  1223.     </cssmd:property-set>
  1224.     
  1225.     <cssmd:pseudoclass-set>
  1226.         <cssmd:pseudoclass-def _locID="link"
  1227.             description="Unvisited link" 
  1228.             />
  1229.         <cssmd:pseudoclass-def _locID="visited"
  1230.             description="Visited link" 
  1231.             />
  1232.         <cssmd:pseudoclass-def _locID="active"
  1233.             description="Active link" 
  1234.             />
  1235.         <cssmd:pseudoclass-def _locID="hover"
  1236.             description="Hovered element" 
  1237.             />
  1238.         <cssmd:pseudoclass-def _locID="first-line"
  1239.             description="First line as formatted on the canvas" 
  1240.             />
  1241.         <cssmd:pseudoclass-def _locID="first-letter"
  1242.             description="Initial caps or drop caps"
  1243.             />
  1244.         <cssmd:pseudoclass-def _locID="first-child"
  1245.             description="First child of some element"
  1246.             />
  1247.         <cssmd:pseudoclass-def _locID="lang"
  1248.             description="Language" 
  1249.             />
  1250.         <cssmd:pseudoclass-def _locID="before"
  1251.             description="Before content" 
  1252.             />
  1253.         <cssmd:pseudoclass-def _locID="after"
  1254.             description="After content" 
  1255.             />
  1256.         <cssmd:pseudoclass-def _locID="focus"
  1257.             description="Focused element" 
  1258.             />
  1259.     </cssmd:pseudoclass-set>
  1260.     
  1261. </cssmd:cssmd>
  1262.